home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 December
/
CHIP Aralık 1996.iso
/
prog
/
backpack
/
demodata
/
misc
/
start.dxr
/
00110_ButtonH.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-30
|
222 b
|
11 lines
on ButtonH
set K to the clickOn
puppetSprite(K, 1)
set the castNum of sprite K to the castNum of sprite K + 1
puppetSound("Klick")
updateStage()
repeat while the stillDown
end repeat
puppetSprite(K, 0)
end